home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Macintosh Sample Code / WorkSheet•MSC < prev   
Encoding:
Text File  |  1994-11-18  |  2.9 KB  |  126 lines  |  [TEXT/MPS ]

  1. # Select all, execute and execute the result
  2.  
  3. Echo "Set Exit 0"
  4.  
  5. # Utility Commands
  6. If 0
  7.     Search /.../ `files -r -f -s -t TEXT "{__MSC__}"`
  8.     Search /.../ `files -r -f -s -t TEXT "{PInterfaces}"`
  9. End
  10.  
  11. # OK
  12. Directory "{__MSC__}SC.001.Sample:"
  13. Echo Directory "`Directory`"
  14.     Make -e -f csample.make CSample
  15.     Make -e -f psample.make PSample
  16.     Make -e -f asample.make ASample
  17.  
  18. # OK
  19. Directory "{__MSC__}SC.002.TESample:"
  20. Echo Directory "`Directory`"
  21.     Make -e -f CTESample.make CTESample
  22.     Make -e -f PTESample.make PTESample
  23.  
  24. # OK
  25. Directory "{__MSC__}SC.003.SillyBalls:"
  26. Echo Directory "`Directory`"
  27.     Make -e -f CSillyBalls.make CSillyBalls
  28.     Make -e -f PSillyBalls.make PSillyBalls
  29.  
  30. # OK
  31. Directory "{__MSC__}SC.004.TubeTest:"
  32. Echo Directory "`Directory`"
  33.     Make -e -f CTubeTest.make CTubeTest
  34.     Make -e -f PTubeTest.make PTubeTest
  35.  
  36. # OK
  37. Directory "{__MSC__}SC.005.HierMenus:"
  38. Echo Directory "`Directory`"
  39.     Make -e -f HierMenus.make HierMenus
  40.  
  41. # OK
  42. Directory "{__MSC__}SC.006.PopMenus:"
  43. Echo Directory "`Directory`"
  44.     Make -e -f PopMenus.make PopMenus
  45.  
  46. # Obsolete
  47. # Directory "{__MSC__}SC.007.FracApp:"
  48. # Directory "{__MSC__}SC.008.FracAppPalette:"
  49. # Directory "{__MSC__}SC.009.FracApp300:"
  50.  
  51. # OK
  52. Directory "{__MSC__}SC.010.EditTextCdev:"
  53. Echo Directory "`Directory`"
  54.     Make -e -f CEditCDEV.make CEditCDEV
  55.     Make -e -f PEditCDEV.make PEditCDEV
  56.  
  57. # Does not run
  58. Directory "{__MSC__}SC.011.GetZoneList:"
  59. Echo Directory "`Directory`"
  60.     Make -e -f MakeFile CGetZoneList
  61.     Make -e -f MakeFile PGetZoneList
  62.     
  63. # OK
  64. Directory "{__MSC__}SC.012.Signals:"
  65. Echo Directory "`Directory`"
  66.     Make -e -f CTestSignal.make CTestSignal
  67.     Make -e -f PTestSignal.make PTestSignal
  68.  
  69. # OK
  70. Directory "{__MSC__}SC.013.OOPTESample:"
  71. Echo Directory "`Directory`"
  72.     Echo BuildOOPTESample
  73.  
  74. # OK
  75. Directory "{__MSC__}SC.014.CPlusTESample:"
  76. Echo Directory "`Directory`"
  77.     Make -e -f TESample.make TESample
  78.  
  79. # Duplicate
  80. # Directory "{__MSC__}SC.015.Offscreen:"
  81.  
  82. # Does not run
  83. Directory "{__MSC__}SC.016.OffSample:"
  84. Echo Directory "`Directory`"
  85.     Make -e -f POffSample.make POffSample
  86.  
  87. # Probably superseded by CDM
  88. Directory "{__MSC__}SC.017.TbltDrvr:"
  89.  
  90. # OK
  91. Directory "{__MSC__}SC.018.StdFile:"
  92. Echo Directory "`Directory`"
  93.     Make -e -f PStdFile.make PStdFile
  94.  
  95. # OK
  96. Directory "{__MSC__}SC.019.TEStyleSample:"
  97. Echo Directory "`Directory`"
  98.     Make -e -f PTEStyleSample.make PTEStyleSample
  99.  
  100. # MacApp 2.0 Obsolete
  101. # Directory "{__MSC__}SC.020.Transformer:"
  102.  
  103. # OK
  104. Directory "{__MSC__}SC.021.ModalList:"
  105. Echo Directory "`Directory`"
  106.     Make -e -f ModalList.make ModalList
  107.  
  108. # OK
  109. Directory "{__MSC__}SC.022.ScreenFKey:"
  110. Echo Directory "`Directory`"
  111.     Make -e -f ScreenFKey.make ScreenFKey
  112.  
  113. # Obsolete
  114. # Directory "{__MSC__}SC.023.FracApp 2.0:"
  115.  
  116. # OK
  117. Directory "{__MSC__}SC.024.SoundApp:"
  118. Echo Directory "`Directory`"
  119.     Make -e -f PSoundApp.make PSoundApp
  120.  
  121. Directory "{__MSC__}UFailure ƒ:"
  122.  
  123. #--------------------------------------------------------------------------------------------------
  124.  
  125.